Skip to content

docs: add CI badge, normalize title#15

Merged
srpatcha merged 1 commit intomasterfrom
cleanup/url-fixes
Apr 23, 2026
Merged

docs: add CI badge, normalize title#15
srpatcha merged 1 commit intomasterfrom
cleanup/url-fixes

Conversation

@srpatcha
Copy link
Copy Markdown
Member

Changes:

  • Normalized title from EIPC to eIPC in README.md
  • Added CI badge to README.md

@srpatcha srpatcha requested a review from a user April 22, 2026 23:45
Comment thread protocol/frame.go
if uint64(len(f.Header))+uint64(len(f.Payload)) > uint64(MaxFrameSize) {
return nil
}
size := FrameFixedSize + len(f.Header) + len(f.Payload)
Comment thread protocol/frame.go
if uint64(len(f.Header))+uint64(len(f.Payload)) > uint64(MaxFrameSize) {
return nil
}
size := FrameFixedSize + len(f.Header) + len(f.Payload)
@srpatcha srpatcha merged commit 8de0148 into master Apr 23, 2026
6 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants